The easiest way to add a route on Linux is to use the “ip route add” command followed by the network address to be reached and the gateway to be used for this ...
To permanently configure static routes, you can configure them by creating a route-interface file in the /etc/sysconfig/network-scripts/ directory for the ...
The easiest way to add a route on Linux is to use the “ip route add” command followed by the network address to be reached and the gateway to be used for this ...
The solution is to add a manual route to my host 10.0.1.3 to force it to go through eth0. I'm not sure given the information above what the command would be to ...
The only way is to delete the route and add a new one. This is done using the route command, example: sudo route add -net default gw 10.10.0.1 netmask 0.0.0.0 ...